DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class / Indexes Property

In This Topic
    Indexes Property (IndexedDataTable<TRow>)
    In This Topic
    The collection of indexes for this IndexedDataTable<TRow>
    Syntax
    'Declaration
     
    Public ReadOnly Property Indexes As IndexCollection(Of TRow)
    public IndexCollection<TRow> Indexes {get;}
    See Also